
* {
  box-sizing: border-box;
}



.middlePanel{
  display: grid;
  width: 60%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  background-color: #FFFFFF;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}



#header0 {
  width: 70%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 0px;
  display: block;
  background-color: none;
}

.imgLogo {
  left: 0;
  right: 0;
  margin: auto;
  margin-top: auto;
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 0px;
}

#markettingPanel {
  width: 100%;
  margin: auto;
  border-style: outset;
  border-width: 1px;
  margin-bottom: 1vw;
  background-color: #F8EA00;
  text-align: left;
}


#markettingSlogans{
  margin-top: 5px;
  font-weight: bold;
  font-size: 2vw;
}

#searchBox{
  visibility:none;
  width: 100%;
  margin: auto;
  border-style: outset;
  border-width: 1px;
  margin-bottom: 1vw;
  background-color: #BA120F;
  font-size: 2vw;
  padding: 1vw;
  text-align: left;


}



#parentWrapper{
  position: relative;
  width: 100%;
  margin-top: 5px;
  border-style: outset;
  border-width: 1px;
  background-color: #F8EA00;
}

.restName{

  font-size: 2vw;
  font-weight: bold;
  border-style: solid;
  border-width: 0px;
  background-color: black;
  color: white;
margin-left: 1px;
width: 100%;

  }


.divCenterImage{
  position: relative;
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 0px;
  padding: 0px;
  background-color: #F8EA00;
  text-align: left;
  font-weight: 30px;
  font-size: 12px;
  font-family: serif;
  display: block;

}

.divCenterImage img{

  padding: 0px;
  border-style: outset;
  border-width: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
}




.restDesc{

  width: 100%;
  border-style: solid;
  border-width: 0px;
  background-color: white;
  font-size: 2vw;

  left: 38px;
  margin-top: 1%;
  background-color: #3D3D3D;
  color: white;

}

.divSeeMenuAndOrderHidden{
  /*display: none;*/
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
border-style: solid;
border-width: 1px;

}

.btnSeeMenuAndOrderHidden{
  display: none;
}

.divSeeMenuAndOrderVisible{
  position: absolute;
  right: 0px;
  top: 0px;

border-style: solid;
border-width: 0px;
}
.divSeeMenuAndOrderVisible img{
  width: 2vw;
  height: auto;
cursor: pointer;
}

.redCheck{
  height: 1.5vw;
  width: auto;
  margin-left: 10px;
}

.restDesc a{
  color: white;
  }





@media screen and (min-width: 80px) {
  .middlePanel{
    display: grid;
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding: 0px;
    background-color: #FFFFFF;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }

    #markettingSlogans{
      margin-top: 5px;
      font-weight: bold;
      font-size: 4vw;
    }

    #markettingSlogans img{
      width: 4vw;
      height: auto;
    }

    #searchBox{

      width: 100%;
      margin: auto;
      border-style: outset;
      border-width: 1px;
      margin-bottom: 1vw;
      background-color: #BA120F;
      font-size: 4vw;
      font-weight: bold;
      color: white;
      padding: 1vw;
      text-align: left;
    }

    .frmSerachForRestaurants{
border-style: solid;
border-width: 0px;
    }

    .frmItmStNo{
      width: 20%;
      font-size: 4vw;
    }

    .frmItmPcode{
      width: 20%;
      font-size: 4vw;
    }

    .frmItmSubmit{
     margin-left: auto;
      margin-right: auto;
font-size: 4vw;
    }

    .restName{

      font-size: 4vw;
      font-weight: bold;
      border-style: solid;
      border-width: 0px;
      background-color: black;
      color: white;
    text-align: left;
    width: 100%;
      }

      .divSeeMenuAndOrderHidden{
        display: none;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 5;
      border-style: solid;
      border-width: 0px;

      }

      .btnSeeMenuAndOrderHidden{
        display: none;
      }

      .divSeeMenuAndOrderVisible{
        position: absolute;
        right: 0px;
        top: 0px;


      border-style: solid;
      border-width: 0px;
      }
      .divSeeMenuAndOrderVisible img{
        width: 25vw;
        height: auto;
        cursor: pointer;
}
      .restDesc{
        width: 100%;
        border-style: solid;
        border-width: 0px;
        font-size: 3vw;
        left: 38px;
        margin-top: 0.25vw;
        background-color: #3D3D3D;
        color: white;
        padding-top: 2px;
        text-align: left;
        padding-left: 5px;
      }
      #header0 {
        width: 80%;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        border-style: solid;
        border-width: 0px;
        display: block;
        background-color: none;
      }

}

@media screen and (min-width: 800px) {

  .middlePanel{
    display: grid;
    width: 60%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0px solid rgba(0, 0, 0, 0.8);
    padding: 0px;
    background-color: #FFFFFF;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;


}
    #markettingSlogans{
      margin-top: 5px;
      font-weight: bold;
      font-size: 1.5vw;
    }
#markettingSlogans img{
  width: 1.5vw;
  height: auto;
}


    #searchBox{

      width: 100%;
      margin: auto;
      border-style: outset;
      border-width: 1px;
      margin-bottom: 1vw;
      background-color: #BA120F;
      font-size: 1vw;
      font-weight: bold;
      color: white;
      padding: 1vw;
      text-align: left;

    }

    .frmSerachForRestaurants{
border-style: solid;
border-width: 0px;
    }

    .frmItmStNo{
      width: 20%;
      font-size: 1vw;
    }

    .frmItmPcode{
      width: 20%;
      font-size: 1vw;
    }

    .frmItmSubmit{
     margin-left: auto;
      margin-right: auto;
      font-size: 1vw;
    }



    .restName{
font-size: 1.5vw;
text-align: left;
      }

      .restDesc{
        text-align: left;
        padding-left: 5px;
        width: 100%;
        border-style: solid;
        border-width: 0px;
        font-size: 1vw;

        margin-top: 0.5vw;
        background-color: #3D3D3D;
        color: white;
      }

      .divSeeMenuAndOrderHidden{
        /*display: none;*/
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 5;
      border-style: solid;
      border-width: 1px;

      }

      .btnSeeMenuAndOrderHidden{
        display: none;
      }

      .divSeeMenuAndOrderVisible{
        position: absolute;
        right: 0px;
        top: 0px;

      border-style: solid;
      border-width: 0px;
      }
      .divSeeMenuAndOrderVisible img{
        width: 10vw;
        height: auto;
cursor: pointer;
}
